home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: A fatal distant call to the "hood"
- Date: 6 Feb 1996 22:06:43 GMT
- Organization: Borland International
- Message-ID: <4f8jdj$kik@druid.borland.com>
- References: <4erpr1$4ha@newsbf02.news.aol.com>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <4erpr1$4ha@newsbf02.news.aol.com>, awhang8367@aol.com says...
- >
- > Hi! I have been using BC++ 4.0 and I have recently upgraded it to
- >4.52.My main target platform has been for DOS.:-( For the second time I
- >have compiled a program which has function that makes a far call to
- >another function which then makes a near return. The result was fatal.
- > Declaring the function as far/near doesn't seem to help any. I have
- >fiddled with almost every compiler.linker & optimization options but to no
- >avail. Has anyone ever encountered this strange phenomena or may have
- >remedy to this problem?
- > for (i=0;;i++) printf("Thank you!\n");
-
- This typically happens when you build a project in small model, then change to
- large model but don't recompile all of the source modules. Use Build All to be
- sure that everything got rebuilt.
- -- Pete
-
-